*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Jun 2007 09:00:51 +0000 (09:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Jun 2007 09:00:51 +0000 (09:00 +0000)
lisp/ChangeLog

index a8d83c208b998977548390184b686b8640ee4249..9b2fece8b161e674bc82a534d69964fac5936a1a 100644 (file)
@@ -1,3 +1,10 @@
+2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
+       the speedbar frame if nil; that deletes the current frame or
+       causes an error if it is the only frame.
+       Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
+
 2007-06-28  Kevin Ryde  <user42@zip.com.au>
 
        * textmodes/nroff-mode.el: Groff \# comments.
 
 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc-comb.el (math-init-random-base,math-prime-test):
+       * calc/calc-comb.el (math-init-random-base, math-prime-test):
        Use math-read-number-simple to insert constants.
        (math-prime-test): Redo calculation of sum.
 
        (math-normalize, math-bignum-big, math-make-float)
        (math-div10-bignum, math-scale-left, math-scale-left-bignum)
        (math-scale-right, math-scale-right-bignum, math-scale-rounding)
-       (math-add, math-add-bignum, math-sub-bignum, math-sub,math-mul)
+       (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
        (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
        (math-quotient, math-div-bignum, math-div-bignum-digit)
        (math-div-bignum-part, math-format-bignum-decimal)